require "import"
import "android.content.Context"
import "android.os.Vibrator"

local context = activity or service
local vibrator = context.getSystemService(Context.VIBRATOR_SERVICE)

if vibrator.hasVibrator() then
    vibrator.vibrate(50)
end

if service.click({
{"%焦点菜单",
}
})
return true
end

return true
